From ec9afc69feee816919cf9388df8e49e005a348b8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 9 Jul 2010 18:46:07 +0100 Subject: [PATCH] tools/hotplug: xencommons: xenconsoled tracing cut and paste error lead to using the xenstored command line syntax for xenconsoled. Signed-off-by: Ian Campbell --- tools/hotplug/Linux/init.d/xencommons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hotplug/Linux/init.d/xencommons b/tools/hotplug/Linux/init.d/xencommons index 08fa09bbc7..ed6ebfd6a9 100644 --- a/tools/hotplug/Linux/init.d/xencommons +++ b/tools/hotplug/Linux/init.d/xencommons @@ -68,7 +68,7 @@ do_start () { fi echo Starting xenconsoled... - test -z "$XENCONSOLED_TRACE" || XENCONSOLED_ARGS=" -T /var/log/xen/xenstored-trace.log" + test -z "$XENCONSOLED_TRACE" || XENCONSOLED_ARGS=" --log=$XENCONSOLED_TRACE" xenconsoled --pid-file=$XENCONSOLED_PIDFILE $XENCONSOLED_ARGS test -z "$XENBACKENDD_DEBUG" || XENBACKENDD_ARGS="-d" test "`uname`" != "NetBSD" || xenbackendd $XENBACKENDD_ARGS -- 2.30.2